* progmodes/vhdl-mode.el (vhdl-template-type)
authorChong Yidong <cyd@stupidchicken.com>
Sat, 21 Apr 2007 19:53:28 +0000 (19:53 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 21 Apr 2007 19:53:28 +0000 (19:53 +0000)
(vhdl-template-record, vhdl-template-nature)
(vhdl-template-configuration-spec, vhdl-template-component-inst)
(vhdl-template-break, vhdl-regress-line, vhdl-electric-tab): Use
delete-region instead of kill-word and kill-line.

lisp/ChangeLog

index af716e9976720672e4c3707d99e7bbf2d139a731..31c6955c6824a149e0868ce4d9e244b12c919200 100644 (file)
@@ -1,3 +1,11 @@
+2007-04-21  Chong Yidong  <cyd@stupidchicken.com>
+
+       * progmodes/vhdl-mode.el (vhdl-template-type)
+       (vhdl-template-record, vhdl-template-nature)
+       (vhdl-template-configuration-spec, vhdl-template-component-inst)
+       (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab): Use
+       delete-region instead of kill-word and kill-line.
+
 2007-04-21  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
 
        * dired-x.el (dired-virtual-mode): Doc fix.